fix comment typo
authorTim Janik <timj@src.gnome.org>
Mon, 8 Dec 2003 16:02:25 +0000 (16:02 +0000)
committerTim Janik <timj@src.gnome.org>
Mon, 8 Dec 2003 16:02:25 +0000 (16:02 +0000)
gtk/gtkmenu.c

index 3999ee545ff188da2bbc9bad3d9cf5c936fe8513..80b554c95fc2016e0b2a96ec7c572615fd82f300 100644 (file)
@@ -1426,7 +1426,7 @@ gtk_menu_real_can_activate_accel (GtkWidget *widget,
   /* menu items chain here to figure whether they can activate their accelerators.
    * despite ordinary widgets, menus allow accel activation even if invisible
    * since that's the usual case for submenus/popup-menus. however, the state
-   * of the attch widget affects "activeness" of the menu.
+   * of the attach widget affects "activeness" of the menu.
    */
   GtkWidget *awidget = gtk_menu_get_attach_widget (GTK_MENU (widget));
   return awidget ? gtk_widget_can_activate_accel (awidget, signal_id) : GTK_WIDGET_IS_SENSITIVE (widget);